body {
	background: #ce0000;
	background: linear-gradient(180deg, rgba(206, 0, 0, 1) 0%, rgba(235, 113, 38, 1) 19%, rgba(225, 230, 108, 1) 39%, rgba(122, 250, 122, 1) 61%, rgba(41, 194, 255, 1) 80%, rgba(194, 41, 255, 1) 100%);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: white;
}

#big {
	width: 1000px;
	margin: auto;
	margin-top: 1.5%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;

}

#main {
	background-color: white;
	text-align: center;
	width: 50%;
	margin: auto;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
	border: 2px inset gray;
	height: 425px;
}

#content {
		padding: 10px;
}